Another option would be to use a synchronization primitive such as Monitor or a mutex to ensure that all future events are queued until the current handler has finished executing. 另外一些可选的原始同步对象就是Monitor或mutex去确保所有将来的事件被排队直到当前的事件处理函数执行完成。
This article introduces implementation premises, which covers synchronization primitive and type-stable memory management, and implementation technologies of non-blocking synchronization on OS. At last, according to the characteristic of embedded system, we put forward an idea that non-blocking synchronization is applied to embedded operating system. 介绍了非阻塞同步在操作系统中的实现前提&同步原语和类型稳定的存储器管理以及它的实现技术,最后根据嵌入式系统的特点,提出了把非阻塞同步用于嵌入式操作系统的思想。